ServiceFindConversation Method (FolderId, ConversationShape, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation) |
Finds the conversation.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FindConversationResponse FindConversation(
FolderId parentFolderId,
ConversationShape shape,
View view,
ViewFilter viewFilter,
IList<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation
)
Public Function FindConversation (
parentFolderId As FolderId,
shape As ConversationShape,
view As View,
viewFilter As ViewFilter,
propertyOrder As IList(Of PropertyOrder),
mailboxSearchLocation As MailboxSearchLocation
) As FindConversationResponse
Parameters
- parentFolderId
- Type: Independentsoft.ExchangeFolderId
The parent folder identifier. - shape
- Type: Independentsoft.ExchangeConversationShape
The shape. - view
- Type: Independentsoft.ExchangeView
The view. - viewFilter
- Type: Independentsoft.ExchangeViewFilter
The view filter. - propertyOrder
- Type: System.Collections.GenericIListPropertyOrder
The property order. - mailboxSearchLocation
- Type: Independentsoft.ExchangeMailboxSearchLocation
The mailbox search location.
Return Value
Type:
FindConversationResponseFindConversationResponse.
See Also